home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 050a / peditpls.zip / PEDITSTD.INI < prev    next >
Text File  |  1991-12-05  |  2KB  |  85 lines

  1.     ![]=====================================================[]
  2.     ![]        pEDIT Initialization File (STANDARD)    []
  3.     ![]=====================================================[]
  4.     !
  5.     ! Must have a 'Do' key
  6.     !
  7.     define_key (do_command, esc)
  8.     !
  9.     ! Control Keys
  10.     !
  11.     define_key (recall, ctrl-b)
  12.     define_key (abort, ctrl-c)
  13.     define_key (erase_word, ctrl-d)
  14.     define_key (find, ctrl-f)
  15.     define_key (set_scope_global, ctrl-g)
  16.     define_key (auto_indent, ctrl-j)
  17.     define_key (erase_line, ctrl-k)
  18.     define_key (set_scope_local, ctrl-l)
  19.     define_key (open_line, ctrl-o)
  20.     define_key (set_pindent, ctrl-p)
  21.     define_key (remember, ctrl-r)
  22.     define_key (quote_char, ctrl-v)
  23.     define_key (refresh_screen, ctrl-w)
  24.     define_key (exit, ctrl-z)
  25.     !
  26.     ! Function Keys
  27.     !
  28.     define_key (help, f01)
  29.     define_key (buffer, f02)
  30.     define_key (findnext, f03)
  31.     define_key (other_window, f04)
  32.     define_key (restore_text, f05)
  33.     define_key (change_dir, f06)
  34.     define_key (learn, f07)
  35.     define_key (repeat, f08)
  36.     define_key (quit, f09)
  37.     define_key (write_file, f10)
  38.     define_key (store_text, f11)
  39.     !
  40.     ! Alternate Keys
  41.     !
  42.     define_key (list_ascii, alt-a)
  43.     define_key (capital_word, alt-c)
  44.     define_key (remove_text, alt-d)
  45.     define_key (fill_paragraph, alt-f)
  46.     define_key (get_file, alt-g)
  47.     define_key (althelp, alt-h)
  48.     define_key (include_file, alt-i)
  49.     define_key (define_key, alt-k)
  50.     define_key (lower_word, alt-l)
  51.     define_key (set_margins, alt-m)
  52.     define_key (rename_file, alt-n)
  53.     define_key (insert_here, alt-p)
  54.     define_key (quit, alt-q)
  55.     define_key (replace, alt-r)
  56.     define_key (select_text, alt-s)
  57.     define_key (trans_char, alt-t)
  58.     define_key (upper_word, alt-u)
  59.     define_key (set_video, alt-v)
  60.     define_key (wipe_text, alt-w)
  61.     define_key (one_window, alt-1)
  62.     define_key (two_windows, alt-2)
  63.     !
  64.     ! Keypad Keys
  65.     !
  66.     define_key (move_home, home)
  67.     define_key (move_end, end)
  68.     define_key (move_up, up)
  69.     define_key (move_down, down)
  70.     define_key (move_left, left)
  71.     define_key (move_right, right)
  72.     define_key (prev_screen, pgup)
  73.     define_key (next_screen, pgdn)
  74.     define_key (change_mode, ins)
  75.     define_key (erase_char, del)
  76.     define_key (move_top, ctrl-home)
  77.     define_key (move_bottom, ctrl-end)
  78.     define_key (execute_stdwrev, ctrl-left)
  79.     define_key (move_word, ctrl-right)
  80.     define_key (execute_stdothup, ctrl-pgup)
  81.     define_key (execute_stdothdn, ctrl-pgdn)
  82.     !
  83.     ! Set up the Environment
  84.     !
  85.